@charset "utf-8";
/*问题反馈页弹层*/
.hui_popup{
    position: fixed;
    width:2.52rem;
    padding: 0.3rem 0.28rem;
    background: rgba(0,0,0,0.5);
    top:2.6rem;
    left:50%;
    margin-left: -1.54rem;
    border-radius: 0.1rem;
    font-size: 0.3rem;
    color: #fff;
    line-height: 0.44rem;
    text-align: center;
    box-shadow: 0 0.04rem 0.21rem 0.03rem rgba(0, 0, 0, 0.3);
    display: none;
}
/*搜索页弹层*/
.apple-popbg{
    position: absolute;
    right: 2000px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-color: rgba(0,0,0,0.4);
    filter:alpha(opacity=40);
    display: block;
    z-index: 16;
}
.apple-popbg.on{
    display: block;
}
.apple-pop{
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 5.4rem;
    margin: 4.48rem auto 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.apple-pop .close{
    position: absolute;
    color: #dde3f3;
    top:0.26rem;
    right:0.26rem;
    font-size: 0.3rem;
}
.apple-pop h3{
    font-size: 0.34rem;
    /*font-family: "PingFangSC-Bold";*/
    font-weight: bold;
    padding:0.33rem 0 0.22rem 0;
    color: #000;
}
.apple-pop p{
    font-size: 0.26rem;
    /*font-family: "PingFangSC-Bold";*/
    font-weight: bold;
    max-width: 4.6rem;
    margin: 0 auto;
    padding-bottom: 0.3rem;
    color: #000;
}
.apple-pop input{
    background-color: transparent;
    width: 50%;
    font-size: 0.34rem;
    padding: 0.39rem 0 0.37rem 0;
    float: left;
    border-top: solid 1px #e1e1e1;
    color: #828383;
    /*font-family: PingFang-Medium;*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance : none ;
}
.apple-pop input#del{
     border-left: solid 1px #e1e1e1;
     /*font-family: "PingFangSC-Bold";*/
    font-weight: bold;
     color: #157efb;
 }
.apple-pop input#open{
    width:100%;
    height: 0.87rem;
    padding: 0;
    font-size: 0.34rem;
    color: #157efb;
    /*font-family: PingFangSC-Bold;*/
    float: inherit;
    font-weight: bold;
}
.apple-pop input.del{
    border-left: solid 1px #e1e1e1;
    /*font-family: "PingFangSC-Bold";*/
    color: #157efb;
    font-weight: bold;
}
.apple-pop input.open{
    width:100%;
    height: 0.87rem;
    padding: 0;
    font-size: 0.34rem;
    color: #157efb;
    /*font-family: PingFangSC-Bold;*/
    float: inherit;
    font-weight: bold;
}
.apple-pop .contact{
    width:100%;
    height: 0.87rem;
    line-height: 0.87rem;
    text-align: center;
    border-top: 1px solid #e1e1e1;
    font-size: 0.24rem;
    font-weight: 500;
    color: #157efb;
}
.apple-pop .contact a{
    color: #157efb;
}
.apple-pop .contact i{
    font-size: 0.21rem;
    margin:0 0.1rem;
}
/*搜索页弹层结束*/
.Loading{
    width:100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0.6);
    filter:alpha(opacity=40);
    z-index: 9;
}

section {
    flex: 1 1 25%;
}


.sk-circle-bounce {
    width: 4em;
    height: 4em;
    position: relative;
    margin: 6rem auto 0;
}
.sk-circle-bounce .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.sk-circle-bounce .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #337ab7;
    border-radius: 100%;
    -webkit-animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
    animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
}
.sk-circle-bounce .sk-circle-2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-circle-bounce .sk-circle-3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-circle-bounce .sk-circle-4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-circle-bounce .sk-circle-5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-circle-bounce .sk-circle-6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-circle-bounce .sk-circle-7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-circle-bounce .sk-circle-8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-circle-bounce .sk-circle-9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-circle-bounce .sk-circle-10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-circle-bounce .sk-circle-11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-circle-bounce .sk-circle-12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-circle-bounce .sk-circle-2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-circle-bounce .sk-circle-3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-circle-bounce .sk-circle-4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-circle-bounce .sk-circle-5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-circle-bounce .sk-circle-6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-circle-bounce .sk-circle-7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-circle-bounce .sk-circle-8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-circle-bounce .sk-circle-9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-circle-bounce .sk-circle-10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-circle-bounce .sk-circle-11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-circle-bounce .sk-circle-12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circle-bounce-delay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circle-bounce-delay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*支付弹层样式*/
.pay_prompt_bg{
    width:100%;
    height: 100%;
    background: #000;
    opacity:0.5;
    position: fixed;
    top:0;
    left:0;
    z-index: 9;
}
.pay_prompt{
    position: fixed;
    width:80%;
    top:36%;
    left: 10%;
    background: #fff;
    border-radius: 0.1rem;
    z-index:9;
}
.pay_prompt h3{
    font-size: 0.26rem;
    color: #333;
    line-height: 1.4rem;
    text-align: center;
    font-weight: bold;
}
.pay_prompt a{
    display: block;
    height: 1rem;
    border-top:1px solid #d2d2d2;
    text-align: center;
    line-height: 1rem;
    font-size: 0.26rem;
    color: #666;
}
.pay_prompt a.ok{
    color: #ff5358;
}
















